home *** CD-ROM | disk | FTP | other *** search
/ Electronics Boutique Catalog 1996 Spring / 1996 Electronics Boutique Spring CD-ROM (USA).bin / eb / shared.dir / 00545.ls < prev    next >
Encoding:
Text File  |  1996-03-20  |  208 b   |  11 lines

  1. on donescript
  2.   global soundVar
  3.   soundstopper()
  4.   go("doneframe")
  5.   set the timeoutScript to EMPTY
  6.   set soundVar to random(7)
  7.   set soundVar to "done" & soundVar
  8.   puppetSound(soundVar)
  9.   updateStage()
  10. end
  11.